Package | cisis.cds |
Resource Type | StructureDefinition |
Id | CdL_BundleMAJNoteCdL.StructureDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=cisis.cds@4.0.0&canonical=http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CdL_BundleMAJNoteCdL |
URL | http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CdL_BundleMAJNoteCdL |
Version | 2.1 |
Status | active |
Date | 2022-11-15 |
Name | CdL_BundleMAJNoteCdL |
Title | CdL_BundleMAJNoteCdL |
Authority | national |
Description | StructureDefinition du bundle représentant le flux 2 de mise à jour d'une note du volet CdL |
Type | Bundle |
Kind | resource |
No resources found
StructureDefinition | |
FrRelatedPerson | FrRelatedPerson |
FrOrganization | FrOrganization |
FrPatient | FrPatient |
FrPractitioner | FrPractitioner |
CdL_DocumentReferenceCdL | CdL_DocumentReferenceCdL |
practitionerRole-organizationalRole-rass | PractitionerRoleOrganizationalRoleRASS |
practitionerRole-professionalRole-rass | PractitionerRoleProfessionalRoleRASS |
No narrative content found in resource
{ "resourceType": "StructureDefinition", "url": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CdL_BundleMAJNoteCdL", "version": "2.1", "name": "CdL_BundleMAJNoteCdL", "title": "CdL_BundleMAJNoteCdL", "status": "active", "date": "2022-11-15", "publisher": "ANS", "description": "StructureDefinition du bundle représentant le flux 2 de mise à jour d'une note du volet CdL", "fhirVersion": "4.0.1", "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping" }, { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "cda", "uri": "http://hl7.org/v3/cda", "name": "CDA (R2)" }, { "identity": "w5", "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping" } ], "kind": "resource", "abstract": false, "type": "Bundle", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", "derivation": "constraint", "differential": { "element": [ { "id": "Bundle.type", "path": "Bundle.type", "fixedCode": "transaction" }, { "id": "Bundle.entry", "path": "Bundle.entry", "slicing": { "discriminator": [ { "type": "profile", "path": "resource" } ], "rules": "open" } }, { "id": "Bundle.entry:DocumentReference", "path": "Bundle.entry", "sliceName": "DocumentReference", "min": 1, "max": "1" }, { "id": "Bundle.entry:DocumentReference.resource", "path": "Bundle.entry.resource", "min": 1, "type": [ { "code": "Resource", "profile": [ "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CdL_DocumentReferenceCdL" ] } ] }, { "id": "Bundle.entry:DocumentReference.request.method", "path": "Bundle.entry.request.method", "fixedCode": "PUT" }, { "id": "Bundle.entry:DocumentReference.response", "path": "Bundle.entry.response", "max": "0" }, { "id": "Bundle.entry:Patient", "path": "Bundle.entry", "sliceName": "Patient", "max": "1" }, { "id": "Bundle.entry:Patient.resource", "path": "Bundle.entry.resource", "min": 1, "type": [ { "code": "Resource", "profile": [ "http://interopsante.org/fhir/StructureDefinition/FrPatient" ] } ] }, { "id": "Bundle.entry:Patient.request.method", "path": "Bundle.entry.request.method", "constraint": [ { "key": "req-met-1", "severity": "error", "human": "POST si il s’agit d’un nouvel élément ou PUT si il s’agit d’un élément qui existe déjà", "expression": "value='POST' or value='PUT'", "source": "Bundle" } ] }, { "id": "Bundle.entry:Patient.response", "path": "Bundle.entry.response", "max": "0" }, { "id": "Bundle.entry:Practitioner", "path": "Bundle.entry", "sliceName": "Practitioner", "max": "1" }, { "id": "Bundle.entry:Practitioner.resource", "path": "Bundle.entry.resource", "min": 1, "type": [ { "code": "Resource", "profile": [ "http://interopsante.org/fhir/StructureDefinition/FrPractitioner" ] } ] }, { "id": "Bundle.entry:Practitioner.request.method", "path": "Bundle.entry.request.method", "constraint": [ { "key": "req-met-1", "severity": "error", "human": "POST si il s’agit d’un nouvel élément ou PUT si il s’agit d’un élément qui existe déjà", "expression": "value='POST' or value='PUT'", "source": "Bundle" } ] }, { "id": "Bundle.entry:Practitioner.response", "path": "Bundle.entry.response", "max": "0" }, { "id": "Bundle.entry:PractitionerRole", "path": "Bundle.entry", "sliceName": "PractitionerRole" }, { "id": "Bundle.entry:PractitionerRole.resource", "path": "Bundle.entry.resource", "min": 1, "type": [ { "code": "Resource", "profile": [ "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-professionalRole-rass", "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-organizationalRole-rass" ] } ] }, { "id": "Bundle.entry:PractitionerRole.request.method", "path": "Bundle.entry.request.method", "constraint": [ { "key": "req-met-1", "severity": "error", "human": "POST si il s’agit d’un nouvel élément ou PUT si il s’agit d’un élément qui existe déjà", "expression": "value='POST' or value='PUT'", "source": "Bundle" } ] }, { "id": "Bundle.entry:PractitionerRole.response", "path": "Bundle.entry.response", "max": "0" }, { "id": "Bundle.entry:Organization", "path": "Bundle.entry", "sliceName": "Organization", "max": "1" }, { "id": "Bundle.entry:Organization.resource", "path": "Bundle.entry.resource", "min": 1, "type": [ { "code": "Resource", "profile": [ "http://interopsante.org/fhir/StructureDefinition/FrOrganization" ] } ] }, { "id": "Bundle.entry:Organization.request.method", "path": "Bundle.entry.request.method", "constraint": [ { "key": "req-met-1", "severity": "error", "human": "POST si il s’agit d’un nouvel élément ou PUT si il s’agit d’un élément qui existe déjà", "expression": "value='POST' or value='PUT'", "source": "Bundle" } ] }, { "id": "Bundle.entry:Organization.response", "path": "Bundle.entry.response", "max": "0" }, { "id": "Bundle.entry:RelatedPerson", "path": "Bundle.entry", "sliceName": "RelatedPerson", "max": "1" }, { "id": "Bundle.entry:RelatedPerson.resource", "path": "Bundle.entry.resource", "min": 1, "type": [ { "code": "Resource", "profile": [ "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson" ] } ] }, { "id": "Bundle.entry:RelatedPerson.request.method", "path": "Bundle.entry.request.method", "constraint": [ { "key": "req-met-1", "severity": "error", "human": "POST si il s’agit d’un nouvel élément ou PUT si il s’agit d’un élément qui existe déjà", "expression": "value='POST' or value='PUT'", "source": "Bundle" } ] }, { "id": "Bundle.entry:RelatedPerson.response", "path": "Bundle.entry.response", "max": "0" }, { "id": "Bundle.entry:Device", "path": "Bundle.entry", "sliceName": "Device", "max": "1" }, { "id": "Bundle.entry:Device.resource", "path": "Bundle.entry.resource", "min": 1, "type": [ { "code": "Resource", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] } ] }, { "id": "Bundle.entry:Device.request.method", "path": "Bundle.entry.request.method", "constraint": [ { "key": "req-met-1", "severity": "error", "human": "POST si il s’agit d’un nouvel élément ou PUT si il s’agit d’un élément qui existe déjà", "expression": "value='POST' or value='PUT'", "source": "Bundle" } ] }, { "id": "Bundle.entry:Device.response", "path": "Bundle.entry.response", "max": "0" } ] } }